home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / pc / lifestyl / serlb23 / install / _setup.1 / BDEADMIN.EXE / 0 / RCDATA / TSAVEOPTIONFORM / TSAVEOPTIONFORM.txt
Text File  |  1997-07-16  |  2KB  |  101 lines

  1. object SaveOptionForm: TSaveOptionForm
  2.   Left = 128
  3.   Top = 362
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 176
  8.   ClientWidth = 305
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 64
  17.     Top = 144
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object Button2: TButton
  26.     Left = 144
  27.     Top = 144
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object BtnHelp: TButton
  36.     Left = 224
  37.     Top = 144
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Help'
  41.     TabOrder = 2
  42.     OnClick = BtnHelpClick
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 289
  48.     Height = 65
  49.     Caption = 'Save for use with'
  50.     TabOrder = 3
  51.     object Rad16and32: TRadioButton
  52.       Left = 8
  53.       Top = 16
  54.       Width = 217
  55.       Height = 17
  56.       Caption = 'Windows 3.1 and Windows 95/NT'
  57.       TabOrder = 0
  58.     end
  59.     object Rad32only: TRadioButton
  60.       Left = 8
  61.       Top = 40
  62.       Width = 193
  63.       Height = 17
  64.       Caption = 'Windows 95/NT only'
  65.       TabOrder = 1
  66.     end
  67.   end
  68.   object GroupBox2: TGroupBox
  69.     Left = 8
  70.     Top = 80
  71.     Width = 289
  72.     Height = 57
  73.     Caption = 'Select configuration modes to view'
  74.     TabOrder = 4
  75.     object ChkSession: TCheckBox
  76.       Left = 8
  77.       Top = 24
  78.       Width = 65
  79.       Height = 17
  80.       Caption = 'Session'
  81.       TabOrder = 0
  82.     end
  83.     object ChkPersistent: TCheckBox
  84.       Left = 80
  85.       Top = 24
  86.       Width = 73
  87.       Height = 17
  88.       Caption = 'Persistent'
  89.       TabOrder = 1
  90.     end
  91.     object ChkVirtual: TCheckBox
  92.       Left = 160
  93.       Top = 24
  94.       Width = 65
  95.       Height = 17
  96.       Caption = 'Virtual'
  97.       TabOrder = 2
  98.     end
  99.   end
  100. end
  101.